(base) MAC:Mon Mar 08:09:40:0308B> python p roteus python: can't open file 'p': [Errno 2] No such file or directory (base) MAC:Mon Mar 08:09:40:0308B> python proteus.py 0 3 7 12 18 (base) MAC:Mon Mar 08:09:41:0308B> python proteus.py 0 3 7 12 18 (base) MAC:Mon Mar 08:09:43:0308B> python proteus.py 0 3 7 12 18 0 3 7 12 18 (base) MAC:Mon Mar 08:09:44:0308B> python proteus.py 0 3 7 12 18 0 3 7 12 18 75 1 2 3 4 5 6 7 8 cow True [1, 2, 3] (base) MAC:Mon Mar 08:09:46:0308B> python elproducto.py File "elproducto.py", line 12 def product1(a, *x) ^ SyntaxError: invalid syntax (base) MAC:Mon Mar 08:09:54:0308B> python elproducto.py 16 8 1 Traceback (most recent call last): File "elproducto.py", line 18, in print(product1()) TypeError: product1() missing 1 required positional argument: 'a' (base) MAC:Mon Mar 08:09:54:0308B> python elproducto.py 16 8 1 5 120 (base) MAC:Mon Mar 08:09:55:0308B> python patrick.py Traceback (most recent call last): File "patrick.py", line 4, in print(f(nums)) TypeError: f() missing 2 required positional arguments: 'y' and 'z' (base) MAC:Mon Mar 08:10:00:0308B> python patrick.py 14 (base) MAC:Mon Mar 08:10:00:0308B> python patrick.py 14 1 2 3 (base) MAC:Mon Mar 08:10:01:0308B> python patrick.py 14 1 Connor is on the menu. 2 Connor is on the menu. 3 (base) MAC:Mon Mar 08:10:02:0308B> python patrick.py 14 1 Connor is on the menu. 2 Connor is on the menu. 3 (base) MAC:Mon Mar 08:10:03:0308B> python patrick.py 14 1 Connor is on the menu. 2 Connor is on the menu. 3 S!u!r!k!i!n (base) MAC:Mon Mar 08:10:06:0308B> python banner.py File "banner.py", line 6 for k in range(n - 1) ^ SyntaxError: invalid syntax (base) MAC:Mon Mar 08:10:10:0308B> python banner.py Surkin (base) MAC:Mon Mar 08:10:10:0308B> python banner.py Surkin (base) MAC:Mon Mar 08:10:11:0308B> python banner.py Surkin! (base) MAC:Mon Mar 08:10:12:0308B> python banner.py Surkin! (base) MAC:Mon Mar 08:10:13:0308B> python banner.py S!u!r!k!i!n (base) MAC:Mon Mar 08:10:13:0308B> python banner.py S!!!!!!!!!!u!!!!!!!!!!r!!!!!!!!!!k!!!!!!!!!!i!!!!!!!!!!n (base) MAC:Mon Mar 08:10:14:0308B> python banner.py Surkin (base) MAC:Mon Mar 08:10:14:0308B> python banner.py S u r k i n (base) MAC:Mon Mar 08:10:15:0308B>